home *** CD-ROM | disk | FTP | other *** search
/ Aminet 48 / Aminet 48 (2002)(GTI - Schatztruhe)[!][Apr 2002].iso / Aminet / dev / lang / pilot.lha / pilot / pilot.txt < prev    next >
Encoding:
Text File  |  2001-08-18  |  2.5 KB  |  67 lines

  1. Pilot 1.2
  2. ---------
  3.  
  4. This is an Atari ST port and extension of an old MS-DOS interpreter for 
  5. the Pilot language. Pilot is a very simple language once designed for 
  6. absolute beginners. It's even easier than Basic.
  7. A commercial version of Pilot was released by Atari for their 8 bit 
  8. computers. However, the language is not widely used anymore but hey - at 
  9. least you can now say that your Atari speaks Pilot!
  10.  
  11. The orginal version was programmed in 1985 by Dave Taylor (it is often
  12. reffered to as "Taylor-Pilot"). I have found his version by accident 
  13. while looking for some Pilot files for "Tiny Pilot".
  14. "Tiny Pilot" is an even more simple version of Pilot. "Tiny" is an 
  15. original Atari program written in GFA Basic. Tiny Pilot will be released
  16. soon.
  17.  
  18. Usage:
  19. pilot <file>
  20.  
  21. pilot.tst is a sample program for the interpreter. The interpreter requires a
  22. Pilot file. There are some Pilot sites out there, try a web search with the
  23. keywords: pilot language programming. Remember that in Taylor-Pilot all 
  24. instructions have to be abbreviated (e.g. you have to write PA and not PAUSE).
  25.  
  26. UPDATES:
  27. 1.2 18/08/2001:
  28. I found out that rpilot (a Pilot interpreter at Sourceforge) understands Y
  29. and N as synonyms for TY and TN. PILOT Atari now supports these synonyms. I
  30. don't recommend using these synonyms because I don't know if they're part of
  31. the standard.
  32.  
  33. COLOR (CO) command added. An extension made by myself for Pilot Atari.
  34. If <condition>, which is a normal condition-part, is
  35. satisfied, the interpreter changes the text color to <color>. <color> is a
  36. value between 0 and 15. 0 is usually white and 15 black.
  37.  
  38.  
  39.  
  40. 1.1 15/08/2001:
  41. PAUSE (PA) command added. This is an extension to the standard made by Nevada 
  42. and Atari Pilot. If <condition>, which is a normal condition-part, is
  43. satisfied, the interpreter pauses for <expression> seconds.
  44. Example: PA(#test<3): 4
  45. Pauses program execution for four seconds if #test is lower than 3.
  46.  
  47. TYPEHANG (TH) command added. An extension to the standard made by Nevada and
  48. Apple Pilot. The syntax is identical to TYPE (T). The difference is that TH
  49. doesn't print out a line feed.
  50. Example:
  51. TH: Hello
  52. TH: World
  53. Would print out as "Hello World".
  54.  
  55. CLEARHOME (CH) command added.  An extension to the standard made by Nevada Pilot.
  56. CH clears the screen.
  57.  
  58. ----------
  59. Anyway, have fun with Pilot!
  60. Matthias Jaap
  61.  
  62. Contact:
  63. mjaap@atariuptodate.de
  64. http://www.mypenguin.de/prg/
  65. Release date: 17.07.2001
  66. This version: 15.08.2001
  67.